home *** CD-ROM | disk | FTP | other *** search
/ Bible Heaven / Bible Heaven.iso / softword / naves.bat < prev    next >
DOS Batch File  |  1995-03-27  |  227b  |  15 lines

  1. echo off
  2. cls
  3. if not exist nave.exe goto noinstall
  4. nave
  5. goto end
  6. :noinstall
  7. echo  
  8. echo  
  9. echo This feature is not yet installed.  Please watch for it online as it
  10. echo will be ready soon.
  11. echo  
  12. echo  
  13. Pause
  14. :end
  15.